Add links in [[b WikiWriter]] by using double-parentheses around the page name, with a vertical bar and a description if you want to get fancy. To add structure and shape, you tell [[b WikiWriter]] what you want by putting a special code, a "token", at the beginning of a paragraph.
# Headings are marked with equal sign tokens:
<pre>
= Heading One
== Heading Two
=== Heading Three
==== Heading Four
===== Heading Five
====== Heading Six
</pre>
produces:
= Heading One
== Heading Two
=== Heading Three
==== Heading Four
===== Heading Five
====== Heading Six
# Still working on [[b Second Page]], create a level two heading by inserting two equal signs and a space at the beginning of the first line:
<pre>
== My second page.
</pre>
# Now your page looks like this:
.result
== My second page.
Link back to ((Home)).
This link goes to the ((Third Page|next)) page.
.end
# Experiment with heading levels by changing your heading to level 3, or 4, and checking the look with the [[b Show Preview]] button.
# Finish up by making the heading a level 2, so your page looks like the example above.